If column filter is performed, then the result will be a matrix. Otherwise, the result will be a mlresult.
# S3 method for mlresult
[(mlresult, rowFilter = T, colFilter, ...)
A mlresult object
A list of rows to filter
A list of columns to filter
Extra parameters to be used as the filter
mlresult or matrix. If column filter is performed, then the result will be a matrix. Otherwise, the result will be a mlresult.